@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:28px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#000;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#000;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:12%;
    color:#fff;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 45px;
    text-transform: uppercase;
}
.ny-ban .ny-title h5.entitle{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: lighter;
}
.ny-ban .ny-title p{
    font-size: 24px;
    font-weight: 100;
}
@media(max-width:991px){
    .ny-ban img{
        width: 200%;
        margin-left: -50%;
        max-width: none;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title p {
        font-size: 16px;
    }
}
/* 当前位置 */
.position{
    position: relative;
    background: #fff;
    padding: 20px 0px;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.position span {
    font-weight: 600;
    color: #00339b;
}
.position ul{
    display: flex;
}
.position ul li{
    padding: 0px 2px;
}
.position ul li a:hover{
    font-weight: bold;
}
.position ul.ny-nav li a{
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #e8e8e8;
    padding: 8px 30px;
    border-radius: 30px;
    margin-right: 10px;
    transition: .6s;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{
    color: #fff;
    background-color: #729f2a;
    border: 2px solid #729f2a;
    font-weight: 800;
}
@media(max-width:991px){
    .position{
        padding: 0px 0px;
    }
}
/* 搜索 */
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    height: 35px;
    line-height: 35px;
    border:1px solid #f4f5f6;
    background: #f4f5f6;
    padding:0px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:transparent;
    position: absolute;
    right: 5px;
    top: -1px;
    border:none;
    width: 50px;
    color:#363433;
    height:100%;
}
.search form button i{
    font-size: 18px;
}

/*内页关于我们*/
.ny-about{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom
}
.ny-about-bg{
    height: 700px;
}
.ny-about-bg .container-fluid{
    padding-top: 3%;
}
.ny-about .about-txt{
    padding: 10px 0px 50px;
    width: 80%;
    margin: 0px auto;
    text-align: justify;
}
.ny-about .about-txt p{
    margin: 10px 0;
}
.ny-about .about-img ul{
    display: flex;
    justify-content: center;
}
.ny-about .about-img ul li{
    margin: 0px 25px;
}
@media(max-width:992px){
    .ny-about .about-txt {
        padding: 10px 0px;
        width: 100%;
    }
}
.youshi .ny-title{
    position: absolute;
    z-index: 2;
    top: 80px;
    width: 100%;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.youshi .ny-title span {
    display: block;
    font-size: 24px;
}
.youshi{
    background: url(../img/youshi.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.youshi ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youshi ul li{
    padding: 20% 1%;
    width: 12.5%;
    text-align: center;
    font-weight: lighter;
    border-right: 1px solid #1a3fa3;
    transition: all 0.3s ease-in-out;
}
.youshi ul li h5{
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.youshi ul li:hover{
   background-color: #00339b;
}
/*应用领域*/
.field{
    background: #fff;
}
.field ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.field ul li{
    width: 20%;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease;
    border-right: 1px solid #fff;
}
.field ul li:last-child{
    border-right: 0px;
}
.field ul li:hover{
    width: 48%;
}
.field ul li .field-img{
    overflow: hidden;
    position: relative;
}
.field ul li .field-img img{
    width: auto;
    max-width: none;
    transition: all 0.6s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.field ul li:hover .field-img img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: unset;
}
.field ul .field-cover{
    position: absolute;
    bottom: 0px;
    padding: 25px;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease;
    color: #fff;
}
.field ul .field-cover h5{
    font-size: 20px;
}
.field ul .field-cover h5:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 15px;
    background-color: #8ac32a;
}

@media (max-width:991px){
    .field ul{
        flex-wrap: wrap;
    }
    .field ul li{
        width: 100%;
        height: 95px;
        margin-bottom: 10px;
    }
    .field ul li:hover{
        width: 100%;
    }
    .field ul li .field-img {
        margin-top: -50%;
    }
    .field ul .field-cover h5 {
        margin-bottom: 5px;
        font-size: 16px;
    }
}
/*业务范围*/
.business{
    background: url(../img/business.jpg) no-repeat center bottom #fff;
}
.business .business-con {
    width: 72%;
    margin: 0px auto;
    padding: 0% 0% 20%;
    font-size: 20px;
    text-align: center;
}
/* 发展历程 */
.history {
    width: 100%;
    background: url(../img/history.jpg) bottom center no-repeat #f6f6f6;
    background-size: cover;
    padding-bottom: 300px;
}
.history .ser-content{
    padding: 60px 10px;
    position: relative;
    margin-bottom: 150px;
}
.history .gallery-thumbs{
    position: relative;
    padding-top: 20px;
}
.history .gallery-thumbs .thumbs-tit{
    font-size: 55px;
    font-weight: 600;
    cursor: pointer;
    color: #c3c3c3;
    text-align: center;
    position: relative;
}
.history .gallery-thumbs .swiper-slide {
  height: 100%;
}
.history .gallery-thumbs .swiper-slide-thumb-active .thumbs-tit{
    color: #00278b;
}
.history .history-intro{
    width: 70%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0px auto;
}
.history-intro em{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #3f1e6e;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.ser-intro h5{
    font-size: 25px;
    margin-top: 40px;
    font-weight: 600;
}
.ser-intro h5:after{
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: olive linear-gradient(to right, rgba(92,181,87,1.0), rgba(111,71,150,1.0));
    margin: 15px 0;
}
/*企业实力*/
.ny-honor .par-tab{
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-honor .par-tab li a{
    padding: 12px 60px;
    margin-right: 10px;
    background: #fff;
    border-radius: 35px;
    font-size: 18px;
    display: block;
    transition: all 0.6s;
}
.ny-honor .par-tab li.active a,.ny-honor .par-tab li a:hover{
    color: #fff;
    background: #00278b;
}
@media (max-width:992px){
    .ny-honor .par-tab li a{
        font-size: 16px;
        padding: 5px 15px;
    }
}

/* 荣誉证书 */
.ny-honor .honor-list{
    background: #fff;
    margin-bottom: 30px;
}
.ny-honor .honor-list .honor-img {
    padding: 50px;
}
.ny-honor .honor-list .honor-con{
    padding: 15px 20px;
    transition: all 0.6s;
    border-top: 1px solid #f5f5f5;
}
.ny-honor .honor-list h5{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 100;
    text-transform: uppercase;
    transition: all 0.6s;
}
.ny-honor .honor-list h5 span {
    font-size: 12px;
    color: #6a6a6a;
    display: block;
}
.ny-honor .honor-list h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px 0px;
    background-color: #8ac32a;
}
@media (max-width:992px){
    .ny-honor .honor-list .honor-img {
        padding: 10px;
    }
    .ny-honor .honor-list .honor-con {
        padding: 15px 10px;
    }
}
/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 0 20px;
}
.culture-box .culture-img img{
    width: 100%;
}

.culture-box .culture-con{
    padding: 5%;
}
.culture-box h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bolder;
}
.culture-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.culture-box .culture-zhan{
    counter-reset: number 0;
}
.culture-box .culture-zhan li{
    position: relative;
    margin-bottom: 1px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 15px 10px 30px;
}
.culture-box .culture-zhan li:before {
    counter-increment: number 1;
    content: "0"counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
/*内页案例*/
.ny-case{
    background-color: #f5f5f5 !important;
}
.ny-case .case-list {
    margin-bottom: 30px;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-img img{
    width:100%;
}
.ny-case .case-list .case-content{
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-content h5{
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
}
.ny-case .case-list .case-content ul{
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    height: 95px;
    padding: 20px;
}
.ny-case .case-list .case-content ul li{
    margin-right: 20px;
}
.ny-case .case-list .case-content ul li span{
    display: block;
    font-size: 18px;
}
@media (max-width:991px){

    .ny-case .case-list {
        margin: 10px 0px;
        padding-bottom: 10px;
    }
    .ny-case .case-list .case-img{
        padding-right:0;
        margin-top: 30px;
    }
    .ny-case .case-list .case-title {
        width:100%;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ny-case .case-list .case-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-case .case-list .case-intro{
        width:100%;
        font-size: 13px;
    }
}
/*案例详情*/
.case-info{
    margin-bottom: 30px;
    background: url(../img/case-info.jpg) no-repeat right center #f5f5f5;
    background-size: contain;
    color: #fff;
}
.case-info img{
    width:100%;
    padding: 0px;
}
.case-info .case-con h5{
   font-size: 35px;
   margin-top: 55px;
}
@media(max-width:512px){
    .case-info .case-con{
        padding: 15px;
    }
    .case-info .case-con h5{
        font-size: 20px;
        margin-top: 15px;
    }
}
.case-info .case-con h5 span{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}
.case-info .case-con .overview{
   padding: 20px 20px 20px 0px;
}
.case-info .case-con ul{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    padding: 20px 0px;
}
.case-info .case-con ul li{
    margin-right: 30px;
}
.case-info .case-con ul li span{
    display: block;
    font-size: 28px;
}
.ny-case-info img{
    margin: 10px 0px;
}
/*使用方法*/
.ny-use{ background: #f3f3f3;}
.use-list {
    margin: 40px 0px 0px;
    background: #fff;
}
.ny-use .use-list .use-img img{
    width:100%;
    border-bottom: 1px solid #f3f3f3;
}
.ny-use .use-list .use-con{
    padding: 15px;
    font-size: 14px;
    min-height: 290px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-use .use-list .use-title{
    font-size: 24px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
.ny-use .use-list .use-title span{
    color: #e9e8e8;
    display: block;
    text-transform: uppercase;
}

@media (max-width:991px){
    .ny-use .use-list {
        margin: 15px 0px 0px;
    }
    .ny-use .use-list .use-title {
        font-size: 16px;
    }
}


/*工艺流程*/
.ny-process .process-con img{
    width: auto;
    max-width: 100%;
}
.ny-process .process-con ul li{
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 15px;
    min-height: 165px;
    margin-bottom: 20px;
}
.ny-process .process-con ul li h5{
    font-size: 20px;
    font-weight: 900;
}
.ny-process .process-con ul li h5:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #be8b44;
    margin: 5px 0px;
}
/*发展历程*/

.timeline{padding-top:80px;overflow: hidden;}

.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}

.timeline .tit span{

    display: block;

    font-size: 24px;

    color: #666666;

}

.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}

.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}

.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #ff2121;
    border: 3px solid #ff8a8a;
}

.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #efefef;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #efefef;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
}
.time-con h4{
    font-size: 26px;
    color: #ff2121;
}
.main{
    background: #f7f7f7;
}
.ny-comm{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ny-comm .comm-left{
    width: 22%;
    float: left;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 40px;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.ny-comm .ny-title span{
    display: block;
    font-size: 24px;
}
.ny-comm .ny-title p{
    display: block;
    font-size: 18px;
    width: 72%;
    margin: 0px auto;
}
@media(max-width:767px){
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ny-comm .ny-title {
        font-size: 20px;
    }
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.2;
    padding: 25px;
    background: #e63837;
    overflow: hidden;
}
.comm-left .ny-nav{
    padding: 30px 20px;
    background: #f3f3f3;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;

    position: relative;
    background: #f3f3f3;
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #fe5b00;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: lighter;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fff;
    background: #fe5b00;
}

/*案例*/
.ny-case .cooper-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #dcdcdc;
}
.ny-case .cooper-content{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.ny-case .cooper-content li{
    width: 19%;
    margin: 15px 0.5%;
}
.ny-case .cooper-content li h5{
    line-height: 1.4;
    overflow: hidden;
    font-size: 14px;
    padding: 15px 0;
}

/*解决方案详情页*/
.ny-case .sol-img {
    position: relative;
    margin-bottom: 20px;
}
.ny-case .sol-img img{
    width: 100%;
}
.ny-case .sol-img .sol-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
}
.ny-case .sol-img .sol-title::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #f8b62b;
}
/*Customized Cooperation Process*/
.ny-process h3{
    line-height: 1.4;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    padding: 15px 0px;
}
.ny-process .process-list {
    margin-bottom:10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 30px 30px 30px;
    margin-top: 10px;
}
.ny-process .process-list h5{
    line-height: 1.4;
    overflow: hidden;
    font-size: 18px;
    padding-top: 15px;
}
.ny-process .process-list span{
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.1;
    display: block;
    overflow: hidden;
    min-height: 50px;
}
.ny-process .process-list h5:after{
    content: "";
    display: block;
    background: #e93404;
    width: 25px;
    height: 2px;
    margin: 5px 0px;
}
.ny-process .process-list ul{
    display: flex;
    justify-content: space-between;
}
.ny-process .process-list ul li{
    width: 49%;
}
/*产品列表*/
.ny-product .product-list,.related_product .product-list{
    border: 1px solid #efefef;
}
.llist {
    padding-bottom: 30px;
}
.llist .nav-box{
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-start;
}
.llist li{
    width: 24%;
    margin: 0 1.33% 15px 0;
}
.llist li:hover{
    background: #729f2a;
    color: #fff;
}
.llist li:nth-child(4n){
    margin-right: 0;
}
.ny-product-list{
    display: flex;
    flex-wrap: wrap;
}
.product-list{
    position: relative;
    background: #fff;
    background-size: 100%;
    transition: all 0.6s;
    margin-bottom: 20px;
    margin-right: 1%;
}
.ny-product-list .product-list{
    width: 24%;
    margin: 0 1.33% 15px 0;
}
.ny-product-list .product-list:nth-child(4n){
    margin-right: 0;
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    padding: 14%;
    transition: all 0.6s;
}
.pro-con{
    padding: 15px 15px;
    transition: all 0.6s;
    border-top: 1px solid #f5f5f5;
}
.product-list .pro-con h5{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 100;
    text-transform: uppercase;
    transition: all 0.6s;
    overflow: hidden;
}
.product-list .pro-con h5 span{
    font-size: 12px;
    color: #6a6a6a;
    display: block;
}
.product-list .pro-con h5 p{
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-list .more {
    padding-right: 35px;
    transition: all 0.3s ease-in-out;
    background: url(../img/more.png) no-repeat left center;
}
.product-list:hover{
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width: 992px){
    .product-list .pro-con h5{
        font-size: 14px;
    }
    .llist li,.ny-product-list .product-list{
        width: 49%;
        margin: 0 2% 10px 0;
    }
    .llist li:nth-child(even),.ny-product-list .product-list:nth-child(even){
        margin-right: 0;
    }
}
.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
    background-color: #729f2a;
    color: #fff;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .product-list .more {
        font-size: 14px;
    }
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
    .product-img{
        margin-bottom: 10px;
    }
    .ny-img .img-con {
        position: relative;
        width: 100%;
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 14px;
        height: auto;
    }
}

.ny-product .product-box{
    padding: 0px 0px;
}


/*产品展示详情 */
.product-info{
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 2px solid #dcdcdc;
    position: relative;
}
.product-info img{
    width:100%;
    padding: 0px;
}
.product-info .adv-img{
    padding: 0px 20%;
    background-color: #fff;
}
.product-con{
    padding: 40px 65px 40px 40px;
}
.product-con h5{
   font-size: 40px;
   padding-bottom: 15px;
   margin: 15px 0px;
}
.product-con h5 span{
    display: block;
    font-size: 25px;
    padding: 10px 0px;
}
@media(max-width:512px){
    .product-con {
        padding: 0px 25px 20px 25px;
    }
    .product-con h5{
        font-size: 20px;
    }
    .product-con h5 span {
        font-size: 14px;
    }
}
.product-con .overview{
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.product-con .overview table{
    width: 100%;
}
.product-con .overview table tr{
    border-top: 1px solid #ececec;
}
.product-con .overview table tr,.product-con .overview table tr td{
    padding: 10px;
}
.product-con .overview table tr td:first-child{
    white-space: nowrap;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.pro-wechat .tel a,.pro-wechat .online a{
    padding: 10px 25px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #729f2a;
}
.pro-wechat .online a{
    background: #00278b;
}

.product-info-content {
    background: #fff;
    padding:30px 30px;
}
.product-info-content .pro-title {
    margin-bottom: 20px;
    background: #fbfbfb;
    border-bottom: 1px solid #fbfbfb;
}
.product-info-content .pro-title span {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
    border-bottom: 2px solid #fbfbfb;
    position: relative;
    z-index: 1;
}
.product-info-content .pro-title span.active {
    background: #00278b;
    color: #fff;
    border-bottom: 2px solid #00278b;
}
.product-info-content table,
.product-con .overview table{
    margin: 10px 0px;
}
.product-info-content p strong,
.product-con .overview p strong{
    display: block;
    font-style: normal;
    padding: 8px 0px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
@media(max-width:992px){
    .pro-wechat {
        position: relative;
        width: 100%;
    }
    .pro-wechat .tel a, .pro-wechat .online a {
        padding: 7px 15px;
        font-size: 16px;
    }
    .pro-wechat .tel a i, .pro-wechat .online a i {
        font-size: 22px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px 2px;
    }
}

/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/

.related-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #c5c2c2;
    margin-top: 20px;
    padding-top: 20px;
}
@media(max-width:512px){
    .related-title{
        font-size: 14px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #729f2a;
    margin: 20px 0px;
    margin-bottom: -2px;
}

/* 新闻 */
.ny-news .news-list{
    border: 1px solid #eeeeee;
    background-color: #fff;
    line-height: 100px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.ny-news .news-list img{
    width: 100%;
}
.ny-news .news-list span{
    float: right;
}
.ny-news .news-list:hover{
    background: #eeeeee;
}
.ny-news .news-list:hover a{
    color: #28a7e1;
}
@media (max-width:992px){
    .ny-news .news-list{
        font-size: 14px;
        padding: 10px 15px;
        line-height: 1.2;
    }
    .ny-news .news-list span{
        float: none;
        display: block;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding: 50px 50px;
    width: 80%;
    background-color: #fff;
    margin: 0px auto;
    position: relative;
}
.ny-comm .news-info-title{
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
}
.ny-comm .news-info-title p{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3;
}
.ny-comm .news-info-title .date {
    color: #403c3e;
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
    padding: 2px 10px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -47px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 15px 0px;
}
.ny-news-info .news-info-content p{
	margin: 10px 0px;
}
@media (max-width:991px){

    .ny-news-info{
        padding: 20px 20px;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 14px;
    }
}

/*技术实力*/
.ny-faq ul li{
    margin-bottom: 15px;
}
.ny-faq .faq-title{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.ny-faq .faq-title:after {
    content: "";
    display: block;
    background: #1d2674;
    width: 40px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.ny-faq .faq-desc{
    font-size: 16px;
}

@media(max-width:767px){
    .ny-faq .faq-title{
        font-size: 14px;
    }
    .ny-faq .faq-desc {
        font-size: 12px;
        padding-left: 0px;
    }
}

.volunteer {
    text-align: center;
    background: #3f4044;
}
.volunteer h2 {
    color: #e8c281;
    font-weight: 500;
    font-size: 24px !important;
    text-transform: uppercase;
}
.volunteer p.text {
    padding: 0 15px 10px;
    color: #ffffff;
    font-weight: 400;
}
.volunteer .btn {
    margin-bottom: 30px;
}
.btn-join {
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 0;
    color: #3f4044;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid transparent;
    cursor: pointer;
    font-family: "Oswald";
}
.btn-join:hover {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: bold;
}
.contact ul li{
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    margin: 80px 0px;
}
.contact ul li span{
    font-size: 48px;
    display: inline-block;
    width: 130px;
    color: #8dc420;
    height: 130px;
    background: #fff;
    line-height: 130px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.contact .cimg{
    margin-top: -10px;
    width: 80px;
    background: #fff;
}
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 在线留言 */
.message .message-con{
    background: #fff;
    padding: 15px;
}
.message .msg-title{
    font-size: 20px;
    margin-bottom: 5px;
}
.form-control{
    height:40px;
    border-radius: 1px;
    margin-bottom:10px;
}
.form-control1{
    height:100px !important;
}
.Get-msg .msg-btn,.message .msg-btn{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 1px;
    background-color: #00278b;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;
    }
    .messsage{
        margin-top: 20px;
    }
}